Skip to main content link. Accesskey S
  • Help
  • HCL Logo
  • HCL Sametime wiki
  • THIS WIKI IS READ-ONLY. Individual names altered for privacy purposes.
  • HCL forums and blogs
  • Home
  • Product Documentation
  • Community Articles
  • Learning Center
Search
Community Articles > Sametime Standard > Sametime Standard troubleshooting > Troubleshooting the Sametime 8.5 System Console
  • Share Show Menu▼
  • Subscribe Show Menu▼

Recent articles by this author

Troubleshooting the Sametime 8.5 Media Server

Working article of notes on troubleshooting steps and tips for the Sametime 8.5 Media Server

Troubleshooting the Sametime 8.5 System Console

This is a working document for information to troubleshoot the Sametime 8.5 System Console

Sametime 8.5.x Ports and URLs using Cell Deployments

In Sametime 8.5, using a Cell Deployment, its common to install multiple Sametime application servers on the same machine. For each application which is installed on the same system, the unsecured port used is incremented +1 starting with 9080. For example if you were to install the System ...

Configuring and Troubleshooting iNotes with Sametime Awareness

Working article on Configuring and Troubleshooting iNotes with Sametime awareness
Community articleTroubleshooting the Sametime 8.5 System Console
Added by ~Frank Preniterobu | Edited by IBM contributor~Frank Preniterobu on April 24, 2010 | Version 89
  • Actions Show Menu▼
expanded Abstract
collapsed Abstract
This is a working document for information to troubleshoot the Sametime 8.5 System Console
Tags: 8.5
ShowTable of Contents
HideTable of Contents
  • 1 Installation Tips and Troubleshooting
  • 2 Make sure Servers are started correctly
  • 3 Troubleshooting Logging in and LDAP
  • 4 Troubleshooting Deployment Plans
  • 5 Troubleshooting Sametime Policies
  • 6 Firewalls and Ports
  • 7 Sametime System Console Error Message
  • 8 Log Files

Installation Tips and Troubleshooting


  • Keep installation paths short. WebSphere has an 80 character limit for profile path names.
  •  When installing multiple products on same machine, only Cell profile types can co-exist. (Do select a Network deployment if you intent to install multiple Sametime servers on the Sametime Windows machines. For UNIX platforms this is possible on different filesystems).
  • Do not use System Console database for attaching into the Meeting Server deployment plan. The Sametime System Console and the Meetings server databases must be separate.
  • Make sure that the LDAP server and DB2 server are available during the product installation and the appropriate ports are open. To ensure these servers are reachable, you can telnet to them through their corresponding ports.
    • telnet db2server.hosname.com 50000 (may be 50001)
    • telnet ldapserver.hostname.com 389 (636 for SSL)
 

Make sure Servers are started correctly


The most common problem seen with the Sametime System Console is that the servers are not started properly. The Sametime System Console should have 3 components running - the Deployment Manager, the Node Agent, and STConsoleServer.
  • startManager.bat(sh)
  • startNode.bat(sh)
  • startServer.bat(sh) STConsoleServer
On a Windows Platform the following example commands should of been run
  • C:\Program Files\IBM\WebSphere\AppServer\profiles\STSCDMgrProfile\bin\startManager.bat
  • C:\Program Files\IBM\WebSphere\AppServer\profiles\STSCAppProfile\bin\startNode.bat
  • C:\Program Files\IBM\WebSphere\AppServer\profiles\STSCAppProfile\bin\startServer STConsoleServer
 To verify if each server is running, use the serverStatus.bat(sh)

For example to check if the Deployment Manager is running:
  • C:\Program Files\IBM\WebSphere\AppServer\profiles\STSCDMgrProfile\bin\serverStatus -all -username -password
To verify if the node agent and STConsoleServer are running
  • C:\Program Files\IBM\WebSphere\AppServer\profiles\STSCAppServer\bin\serverStatus -all -username -password


Troubleshooting Logging in and LDAP


In the event you are unable to log in the Sametime System Console (SSC) or the Websphere Integrated Solutions Console (ISC), if you have access to the machine. you can turn off the security to login and check your LDAP
 
To disable administrative security:

      1. At the command prompt, type the following command: \WebSphere_home\bin\wsadmin.bat -conntype NONE
      2. When the system command prompt redisplays, type the following command: securityoff
      3. Type quit and restart the application server
 
Ping
When setting up the connection to LDAP through the Sametime System Console(SSC) wizard, an active ping is sent to the LDAP server. If ping is blocked, LDAP settings won't be validated and setup will not complete. You will notice the rejection in the firewall log. Ping must temporarily be allowed. 
 
Reviewing your LDAP Settings
  • When reviewing your LDAP settings, make sure the WebSphere Administrator (wasadmin) does NOT exist in your LDAP directory.
  • It is sometimes required to use authenticated access for LDAP. Even though validation passes, when installing WebSphere it may not be able to retrieve all attribute values.

You must have a Base DN

When configuring Lotus Sametime 8.5 to use a Domino LDAP server, you must specify a base DN.  Currently, the Sametime System Console allows for a blank DN to be used, which then creates the Websphere Federated Repository Realm to be created as "c=us".
In turn, this setup might cause issues when resolving Sametime Policies for your authenticated users, which will in turn prevent users from being able to create and attend meetings.

For more information review the Lotus Software Knowledge Base Document Authenticated users cannot create or attend meetings when Sametime uses Domino LDAPexternal link.


A Note on Active Directory:
The saMAccountName attribute for Active Directory should NOT be used. Use the uid attribute instead, it will map accordingly to this attribute. See Lotus Software Knowledge Base Document Configuring Sametime 8.5 servers with Microsoft Active Directory LDAPexternal link


Troubleshooting Deployment Plans


Deployment plans still show Install/Registered even after you uninstalled a server
If you have uninstalled a Sametime server and the Sametme System Console deployment plan still shows the server as Installed/Registered there is a script that can be run to update this entry.

1. Run the updateStaleEntry utility:
a. Open a command window and run the following command:
  • AIX, Linux, Solaris: ./updateStaleEntry.sh -uninstall
  • Windows: updateStaleEntry.bat -uninstall
b. When prompted, provide the product type, host name, install type, and deployment name for the Lotus Sametime server that you are removing from the console's database.
 The utility removes the server from the database and generates the ConsoleUtility.log file, storing it in the console/logs directory.
2. Restart the Lotus Sametime System Console.

For more information running the updateStaleEntry utility, see the Sametime 8.5 Information Centerexternal link
 

Troubleshooting Sametime Policies


If you have created a policy and do not think it has been assigned to a user or group:
  • Use the tool in Sametime System Console to check which policy is applied to a user
  • If policies are not in effect for Community Server users, check that it is configured to use SSC in the sametime.ini
    • POLICY_DB_BB_IMPL=com.ibm.sametime.policy.databasebb.xml.DbXmlBlackBox
  • If settings change was recent, community server will refresh after 1 hour, or you can restart the community server and it will refresh its cache upon startup
 

Firewalls and Ports


The System Console Server needs access through the following portsexternal link for the following servers
  • DB2® port (default 50000 on windows)
  • LDAP (default 389 or 636)
  • Meetings, Gateway, Media, Proxy
    • SOAP port (default 8880)
    • AboutThisProfile.txt SOAP connector port value
  • Meeting Server needs access to SSC db (default port 50000 on windows) Community
  • Community
    • HTTP or HTTPs (default 80 and 443)
    • Community needs access to SSC HTTP or HTTPS (default 9080 and 9443)
  • Installation Utilities need access to SSC
    • SSC HTTP or HTTPs (default 9080 or 9443)

Sametime System Console Error Message


 Sametime System Console errors start with 'AIDSC' followed by a 4 digit number. For example, 'AIDSC1234E'. Look for these errors when you are troubleshooting the SSC in your log files.
 

Log Files


 All error messages get logged to the SystemOut.log on the Sametime System Console deployment manager (SSC dmgr) and STConsoleServer, occasionally the nodeAgent.
 
Location for SSC server logs
  • ISC Portlets - Client side logs
    • \WAS_INSTALL_ROOT\profiles\STSCDMgrProfile\logs\dmgr \profiles\STSCAppProfile\logs\STConsoleServer
  • SSC Server – Server side logs
    •  \WAS_INSTALL_ROOT\profiles\STSCAppProfile\logs\STConsoleServer
  • Location for SSC client registration utility
    •  \Product_Install_Location\console\logs (C:\WebSphere\STServerCell\console\logs)


  • Actions Show Menu▼


expanded Attachments (0)
collapsed Attachments (0)
Edit the article to add or modify attachments.
expanded Versions (89)
collapsed Versions (89)
Version Comparison     
VersionDateChanged by              Summary of changes
This version (89)Apr 24, 2010, 8:07:21 PM~Frank Preniterobu  IBM contributor
88Apr 24, 2010, 8:04:51 PM~Naomi Cisjumipulobu  IBM contributor
87Apr 24, 2010, 8:03:44 PM~Naomi Cisjumipulobu  IBM contributor
86Apr 24, 2010, 8:03:09 PM~Naomi Cisjumipulobu  IBM contributor
85Apr 24, 2010, 8:02:12 PM~Naomi Cisjumipulobu  IBM contributor
84Apr 24, 2010, 8:00:45 PM~Naomi Cisjumipulobu  IBM contributor
83Apr 24, 2010, 7:56:18 PM~Naomi Cisjumipulobu  IBM contributor
82Apr 24, 2010, 7:55:11 PM~Naomi Cisjumipulobu  IBM contributor
81Apr 24, 2010, 7:54:02 PM~Naomi Cisjumipulobu  IBM contributor
80Apr 24, 2010, 7:51:39 PM~Naomi Cisjumipulobu  IBM contributor
79Apr 24, 2010, 7:48:49 PM~Naomi Cisjumipulobu  IBM contributor
78Apr 24, 2010, 7:41:48 PM~Naomi Cisjumipulobu  IBM contributor
77Apr 24, 2010, 7:36:10 PM~Naomi Cisjumipulobu  IBM contributor
76Apr 24, 2010, 7:33:03 PM~Naomi Cisjumipulobu  IBM contributor
75Apr 24, 2010, 7:29:57 PM~Naomi Cisjumipulobu  IBM contributor
74Apr 24, 2010, 7:28:21 PM~Naomi Cisjumipulobu  IBM contributor
73Apr 24, 2010, 7:27:33 PM~Naomi Cisjumipulobu  IBM contributor
72Apr 24, 2010, 7:25:03 PM~Naomi Cisjumipulobu  IBM contributor
71Apr 24, 2010, 7:23:49 PM~Naomi Cisjumipulobu  IBM contributor
70Apr 24, 2010, 7:21:51 PM~Naomi Cisjumipulobu  IBM contributor
69Apr 24, 2010, 7:19:41 PM~Naomi Cisjumipulobu  IBM contributor
68Apr 24, 2010, 7:18:58 PM~Naomi Cisjumipulobu  IBM contributor
67Apr 24, 2010, 7:18:11 PM~Naomi Cisjumipulobu  IBM contributor
66Apr 24, 2010, 7:16:27 PM~Naomi Cisjumipulobu  IBM contributor
65Apr 24, 2010, 7:12:40 PM~Naomi Cisjumipulobu  IBM contributor
64Apr 24, 2010, 7:09:25 PM~Naomi Cisjumipulobu  IBM contributor
63Apr 24, 2010, 7:07:43 PM~Naomi Cisjumipulobu  IBM contributor
62Apr 24, 2010, 7:03:02 PM~Naomi Cisjumipulobu  IBM contributor
61Apr 24, 2010, 7:01:40 PM~Naomi Cisjumipulobu  IBM contributor
60Apr 24, 2010, 7:00:53 PM~Naomi Cisjumipulobu  IBM contributor
59Apr 24, 2010, 6:59:13 PM~Naomi Cisjumipulobu  IBM contributor
58Apr 24, 2010, 6:53:39 PM~Naomi Cisjumipulobu  IBM contributor
57Apr 24, 2010, 6:52:14 PM~Naomi Cisjumipulobu  IBM contributor
56Apr 24, 2010, 6:50:16 PM~Naomi Cisjumipulobu  IBM contributor
55Apr 24, 2010, 6:49:09 PM~Naomi Cisjumipulobu  IBM contributor
54Apr 24, 2010, 6:48:24 PM~Naomi Cisjumipulobu  IBM contributor
53Apr 24, 2010, 6:47:05 PM~Naomi Cisjumipulobu  IBM contributor
52Apr 24, 2010, 6:43:04 PM~Naomi Cisjumipulobu  IBM contributor
51Apr 24, 2010, 6:42:14 PM~Naomi Cisjumipulobu  IBM contributor
50Apr 24, 2010, 6:40:55 PM~Naomi Cisjumipulobu  IBM contributor
49Apr 24, 2010, 6:39:41 PM~Naomi Cisjumipulobu  IBM contributor
48Apr 24, 2010, 6:38:21 PM~Naomi Cisjumipulobu  IBM contributor
47Apr 24, 2010, 6:37:46 PM~Naomi Cisjumipulobu  IBM contributor
46Apr 24, 2010, 6:37:15 PM~Naomi Cisjumipulobu  IBM contributor
45Apr 24, 2010, 6:36:52 PM~Naomi Cisjumipulobu  IBM contributor
44Apr 24, 2010, 6:36:30 PM~Naomi Cisjumipulobu  IBM contributor
43Apr 24, 2010, 6:36:05 PM~Naomi Cisjumipulobu  IBM contributor
42Apr 24, 2010, 6:35:43 PM~Naomi Cisjumipulobu  IBM contributor
41Apr 24, 2010, 6:35:20 PM~Naomi Cisjumipulobu  IBM contributor
40Apr 24, 2010, 6:34:54 PM~Naomi Cisjumipulobu  IBM contributor
39Apr 24, 2010, 6:34:02 PM~Naomi Cisjumipulobu  IBM contributor
38Apr 24, 2010, 6:33:29 PM~Naomi Cisjumipulobu  IBM contributor
37Apr 24, 2010, 6:33:00 PM~Naomi Cisjumipulobu  IBM contributor
36Apr 24, 2010, 6:32:29 PM~Naomi Cisjumipulobu  IBM contributor
35Apr 24, 2010, 6:31:51 PM~Naomi Cisjumipulobu  IBM contributor
34Apr 24, 2010, 6:30:30 PM~Naomi Cisjumipulobu  IBM contributor
33Apr 24, 2010, 6:29:52 PM~Naomi Cisjumipulobu  IBM contributor
32Apr 24, 2010, 6:29:24 PM~Naomi Cisjumipulobu  IBM contributor
31Apr 24, 2010, 6:28:44 PM~Naomi Cisjumipulobu  IBM contributor
30Apr 24, 2010, 6:27:59 PM~Naomi Cisjumipulobu  IBM contributor
29Apr 24, 2010, 6:24:42 PM~Naomi Cisjumipulobu  IBM contributor
28Apr 15, 2010, 11:14:15 PM~Naomi Cisjumipulobu  IBM contributor
26Apr 15, 2010, 11:11:54 PM~Naomi Cisjumipulobu  IBM contributor
25Apr 14, 2010, 2:25:40 AM~Naomi Cisjumipulobu  IBM contributor
25Apr 14, 2010, 2:25:40 AM~Naomi Cisjumipulobu  IBM contributor
24Apr 13, 2010, 9:41:05 PM~Naomi Cisjumipulobu  IBM contributor
23Apr 13, 2010, 9:39:39 PM~Naomi Cisjumipulobu  IBM contributor
22Apr 13, 2010, 9:33:38 PM~Naomi Cisjumipulobu  IBM contributor
21Apr 13, 2010, 9:32:25 PM~Naomi Cisjumipulobu  IBM contributor
20Apr 13, 2010, 8:16:15 PM~Naomi Cisjumipulobu  IBM contributor
19Apr 13, 2010, 8:03:52 PM~Naomi Cisjumipulobu  IBM contributor
18Apr 13, 2010, 8:00:10 PM~Naomi Cisjumipulobu  IBM contributor
17Apr 13, 2010, 7:43:15 PM~Naomi Cisjumipulobu  IBM contributor
16Apr 13, 2010, 7:41:38 PM~Naomi Cisjumipulobu  IBM contributor
15Apr 13, 2010, 7:35:16 PM~Naomi Cisjumipulobu  IBM contributor
14Apr 13, 2010, 7:29:12 PM~Naomi Cisjumipulobu  IBM contributor
13Apr 13, 2010, 7:11:30 PM~Naomi Cisjumipulobu  IBM contributor
12Apr 13, 2010, 7:01:57 PM~Naomi Cisjumipulobu  IBM contributor
11Apr 13, 2010, 6:47:24 PM~Naomi Cisjumipulobu  IBM contributor
10Apr 13, 2010, 5:14:57 PM~Naomi Cisjumipulobu  IBM contributor
9Apr 13, 2010, 5:14:02 PM~Naomi Cisjumipulobu  IBM contributor
8Apr 13, 2010, 5:12:03 PM~Naomi Cisjumipulobu  IBM contributor
7Apr 13, 2010, 3:33:53 PM~Naomi Cisjumipulobu  IBM contributor
6Apr 13, 2010, 3:33:12 PM~Naomi Cisjumipulobu  IBM contributor
5Apr 13, 2010, 3:28:05 PM~Naomi Cisjumipulobu  IBM contributor
4Apr 13, 2010, 3:22:12 PM~Naomi Cisjumipulobu  IBM contributor
3Apr 13, 2010, 3:10:24 PM~Naomi Cisjumipulobu  IBM contributor
2Apr 13, 2010, 3:04:29 PM~Naomi Cisjumipulobu  IBM contributor
1Apr 13, 2010, 2:48:45 PM~Naomi Cisjumipulobu  IBM contributor
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedAbout
  • HCL Software
  • HCL Digital Solutions community
  • HCL Software Support
  • BlogsDigital Solutions blog
  • Community LinkHCL Software forums and blogs
  • About HCL Software
  • Privacy
  • Accessibility